home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_S / S_871 / S_871.ZIP / CD-ROM / METADOS / CONFIG.SYS < prev    next >
Text File  |  1995-10-05  |  1KB  |  35 lines

  1. ;
  2. ; Config.sys    An ascii file that describes the system configuration.
  3. ;
  4.  
  5. ; Physical Basic operating system format
  6. ;*BOS, [Physical Bos driver][Arguments], [Physical id]:[DMA channel], ... 
  7. ;    Device #    meaning
  8. ;    0 - 7        ACSI device 0 - 7
  9. ;    8 - 15        SCSI device 0 - 7
  10. ;    16 - 17        IDE  device 0 or 1
  11. ;
  12. ;The next line installs CDARGEN.BOS for SCSI device 6 (14 = 8 + 6)
  13. ;as drive "O".
  14. *BOS, C:\AUTO\Falcon.BOS, O:12
  15.  
  16. ; Logical DOS format.
  17. ;*DOS  [Logical DOS] [Arguments], [Logical id]:[physical id],...
  18. ;
  19. ;The High Sierra driver won't be needed in most cases
  20. ;*DOS, C:\AUTO\HSMAY.DOS, M:O
  21. ;
  22. ;The next line installs ISO9660F.DOS for MetaDOS drive letter O
  23. ;(which has been assigned to SCSI 4 above) as GEMDOS drive N:. Note
  24. ;that a lot of applications can't access drive letters beyond P:, so
  25. ;you might have to change the drive letter.
  26. *DOS, C:\AUTO\ISO9660F.DOS, N:O
  27. ;
  28. ; You can use statements as below to launch other applications.
  29. ;
  30. ;c:\auto\boot\ram512.prg    ; Load in 512 byte ramdisk.
  31. ;c:\auto\boot\gdos.prg        ; Load in gdos.
  32. ;c:\auto\boot\diab630.prg    ; Load in diablo 630 emulator.
  33. ;c:\auto\boot\sdump.prg        ; Load in Screen dump to laser.
  34.  
  35.